IsCommandSynthetic
Mac OSThe
IsCommandSynthetic
method returns a Boolean value that indicates whether the specified command ID is synthetic.
ODBoolean IsCommandSynthetic (in ODCommandID command);
command
- The command ID of the menu item to be checked. On the Mac OS platform, the command ID is defined as a signed 32-bit value.
- return value
kODTrue
if the specified command ID is synthetic, otherwisekODFalse
.DISCUSSION
A synthetic command ID is one that is not registered with this menu bar object, but that was instead manufactured from the menu and menu item IDs.SEE ALSO
TheODCommandID
type (page 895).
TheODMenuBar::RegisterCommand
method (page 407).
"Registering and Retrieving Command IDs" on page 242 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help